home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 5 / Eagles_Nest_Mac_Collection_Disc_5.TOAST / 7th-College / LearnGe105#1 / English_German I 1.05 / card_360189.txt < prev    next >
Text File  |  1990-01-05  |  3KB  |  162 lines

  1. -- card: 360189 from stack: in.05
  2. -- bmap block id: 360227
  3. -- flags: 0000
  4. -- background id: 13313
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on arrowKey direction
  8.   if direction is "left" then go previous card
  9.   else go next card
  10. end arrowKey
  11.  
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: A004
  17. -- rect: left=71 top=151 right=179 bottom=128
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Options
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   go card ID 6699
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part 2 (button)
  34. -- low flags: 00
  35. -- high flags: A004
  36. -- rect: left=71 top=188 right=216 bottom=129
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Words
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   global A,B,C,D
  48.   global minNounID,minAdjID,minExpID
  49.   global minVerbID
  50.   if A then
  51.     go card ID minNounID
  52.   else
  53.     if B then
  54.       go card ID minAdjID
  55.     else
  56.       if C then
  57.         go card ID minExpID
  58.       else
  59.         if D then
  60.           go card ID minVerbID
  61.         end if
  62.       end if
  63.     end if
  64.   end if
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 3 (button)
  70. -- low flags: 00
  71. -- high flags: 2004
  72. -- rect: left=98 top=225 right=253 bottom=129
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 1012 / 1012
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Return
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   go back
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 4 (button)
  89. -- low flags: 00
  90. -- high flags: 0004
  91. -- rect: left=98 top=262 right=290 bottom=129
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 1014 / 1014
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: next card
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   go previous card of this background
  103. end mouseUp
  104.  
  105.  
  106.  
  107. -- part 5 (button)
  108. -- low flags: 00
  109. -- high flags: 0004
  110. -- rect: left=98 top=299 right=327 bottom=129
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 1013 / 1013
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: next card
  119. ----- HyperTalk script -----
  120. on mouseUp
  121.   go next card of this background
  122. end mouseUp
  123.  
  124.  
  125.  
  126. -- part 8 (button)
  127. -- low flags: 00
  128. -- high flags: 0004
  129. -- rect: left=440 top=44 right=75 bottom=471
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 1014 / 1014
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: prev card
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   go previous card of this background
  141. end mouseUp
  142.  
  143.  
  144.  
  145. -- part 9 (button)
  146. -- low flags: 00
  147. -- high flags: 0004
  148. -- rect: left=472 top=44 right=75 bottom=502
  149. -- title width / last selected line: 0
  150. -- icon id / first selected line: 1013 / 1013
  151. -- text alignment: 1
  152. -- font id: 0
  153. -- text size: 12
  154. -- style flags: 0
  155. -- line height: 16
  156. -- part name: next card
  157. ----- HyperTalk script -----
  158. on mouseUp
  159.   go next card of this background
  160. end mouseUp
  161.  
  162.